Windowable.canResize

Enable / disable resizing of the window.

interface Windowable
@property
void
canResize
(
bool can = true
)

Parameters

can bool

Is it possible to resize the window (default yes)

Meta